testsuite: Set NO_AT_BRIDGE for gtk tests
authorMatthias Clasen <mclasen@redhat.com>
Wed, 25 Mar 2020 19:29:12 +0000 (15:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 25 Mar 2020 21:03:58 +0000 (17:03 -0400)
The a11y stack insists on spewing hard to control warnings
that make our tests fail. So, no accessibility for gtk tests :(

testsuite/gtk/meson.build

index 58fca614c7fcceff13736ad667dd99ea0c5ebb4b..8d2a54766cfeb60c75c5e11591bd6bee494204e4 100644 (file)
@@ -115,6 +115,7 @@ foreach t : tests
               'GDK_DEBUG=default-settings',
               'GTK_CSD=1',
               'G_ENABLE_DIAGNOSTIC=0',
+              'NO_AT_BRIDGE=1',
               'GSK_RENDERER=cairo',
               'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
               'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),